home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 10 / FM Towns Free Software Collection 10.iso / music / midi / dankon / source / wartz.mml < prev   
Text File  |  1995-02-07  |  2KB  |  97 lines

  1. /*************************************************************************
  2. /*------------------------------------------------------------------------
  3. /*    チャイコフスキー:胡桃割り人形より「花のワルツ」
  4. /*                                                          MML by 団塊
  5. /*------------------------------------------------------------------------
  6. /*                                                             TAB SIZE = 4
  7. /*************************************************************************
  8.  
  9. .title        The Nutcracker / P.Tchaikowsky
  10. #define    MEMO    MML by 団塊
  11.  
  12. /*------------------------------------------------------------------------
  13. #define    _TEMPO    172
  14. #define    TEMPO    t$_TEMPO()
  15.  
  16. /*------------------------------------------------------------------------
  17. .division    960            /* 4分音譜の分解能    */
  18. .tempo        $_TEMPO()    /* テンポ            */
  19. .signature    3/4            /* 拍子                */
  20.  
  21. /*------------------------------------------------------------------------
  22. /*        設定
  23.  
  24. #include "defs.h"
  25. #include "wartz.h"
  26.  
  27. /*------------------------------------------------------------------------
  28. /*        曲
  29. #include "w_a_1.mml"
  30.  
  31. /* a tempo
  32. #include "w_b_2.mml"
  33.  
  34. #include "w_b_3.mml"
  35.  
  36. #define repeat
  37.  
  38. #include "w_b_3.mml"
  39.  
  40. #include "w_b_4.mml"
  41.  
  42. #undef repeat
  43.  
  44. #include "w_b_5.mml"
  45.  
  46. #define repeat
  47.  
  48. #include "w_b_5.mml"
  49.  
  50. #include "w_c_1.mml"
  51. /*------------------------------------------------------------------------
  52. /*        120 頁
  53.  
  54. #include "w_e_1.mml"
  55.  
  56. #include "w_e_2.mml"
  57.  
  58. /* F
  59.  
  60. #include "w_e_1.mml"
  61.  
  62. #include "w_e_3.mml"
  63.  
  64. #include "w_f_1.mml"
  65.  
  66. #include "w_f_2.mml"
  67.  
  68. #include "w_f_3.mml"
  69.  
  70. #undef repeat
  71.  
  72. #include "w_b_5.mml"
  73.  
  74. #define repeat
  75. #define coda
  76.  
  77. #include "w_b_5.mml"
  78.  
  79. #include "w_g_1.mml"
  80.  
  81. #include "w_g_2.mml"
  82.  
  83. #include "w_g_3.mml"
  84.  
  85. #include "w_h_1.mml"
  86.  
  87. #include "w_h_2.mml"
  88.  
  89. /*------------------------------------------------------------------------
  90. /*    途中まで
  91. .meas
  92. System(1)    = r2. $exGs_reset() r4
  93. .meas
  94.  
  95. /*------------------------------------------------------------------------
  96. .end
  97.